*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html::-moz-selection {
  background-color: #295a40;
  color: #fff;
}
html::selection {
  background-color: #295a40;
  color: #fff;
}
@media only screen and (max-width: 62.5em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}

input::-webkit-input-placeholder {
  font: inherit;
}

input::-moz-placeholder {
  font: inherit;
}

input:-ms-input-placeholder {
  font: inherit;
}

input::-ms-input-placeholder {
  font: inherit;
}

input, button, select, textarea, input::placeholder {
  font: inherit;
}

iframe {
  max-width: 100% !important;
}

.lssann35 {
  background-image: url("https://images.learn.laurelsprings.com/EloquaImages/clients/LaurelSpringsSchool/%7Bab26b359-c6b5-40ef-9f89-c6bf3deed650%7D_Confetti.jpg");
  background-size: 300%;
  -webkit-animation: gradientMove 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
          animation: gradientMove 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  background-size: cover;
  background-repeat: repeat-x;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 37.5em) {
  .lssann35 {
    padding-block: 0;
  }
}
.lssann35::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #ff6ec4, #7873f5, #07924d, #9e8505, #ff6ec4);
  background-size: 300%;
  -webkit-animation: gradientMove 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
          animation: gradientMove 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
.lssann35__confetti--container {
  backdrop-filter: blur(10px);
  border: 1px solid #dddddd;
  padding: 2rem 4rem;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 10px 40px rgba(120, 115, 245, 0.18);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 10px 40px rgba(120, 115, 245, 0.18);
}
@media only screen and (max-width: 37.5em) {
  .lssann35__confetti--container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.lssann35__confetti--btn, .lssann35__confetti--text {
  position: relative;
  font-size: 2.4rem;
  letter-spacing: -2px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  overflow: visible;
  text-align: center;
}
.lssann35__confetti--btn span, .lssann35__confetti--text span {
  display: inline-block;
  background: linear-gradient(45deg, #ff6ec4, #7873f5, #42e695, #f9d423, #ff6ec4);
  background-size: 300%;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: gradientMove 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
          animation: gradientMove 6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
.lssann35__confetti--text {
  border-right: 1px solid #dddddd;
  padding-right: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .lssann35__confetti--text {
    padding-right: 0;
    border-right: none;
  }
}
.lssann35__confetti--btn {
  margin-bottom: 2px;
}
.lssann35__confetti--btn span {
  background: none;
  color: rgb(0, 73.0410958904, 124);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
}
.lssann35__confetti--btn span:hover {
  color: #002b49;
}
.lssann35__confetti--btn span:hover::before {
  background-color: #002b49;
}
.lssann35__confetti--btn span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #d6d6d6;
  -webkit-animation: lineMove 0.2s 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: lineMove 0.2s 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.lssann35__confetti {
  position: absolute;
  width: 10px;
  height: 14px;
  pointer-events: none;
  opacity: 1;
  border-radius: 3px;
  will-change: transform, opacity;
  z-index: 300;
}
.lssann35__popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lssann35__popup--show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lssann35__popup--show .lssann35__popup--container {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.lssann35__popup--show .lssann35__popup--container--wrapper {
  opacity: 1 !important;
}
.lssann35__popup--container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  max-width: 40%;
  width: 100%;
  min-height: 95%;
  background-color: #fff;
  border-radius: 40px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.1s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: grid;
  place-items: center;
  background-image: url("https://images.learn.laurelsprings.com/EloquaImages/clients/LaurelSpringsSchool/%7B073631bb-f640-4091-a9b3-13a51dfaf617%7D_Confetti_SM.jpg");
  background-color: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: 0 10px 25px rgba(255, 110, 196, 0.35), 0 15px 35px rgba(120, 115, 245, 0.35), 0 20px 45px rgba(66, 230, 149, 0.25);
          box-shadow: 0 10px 25px rgba(255, 110, 196, 0.35), 0 15px 35px rgba(120, 115, 245, 0.35), 0 20px 45px rgba(66, 230, 149, 0.25);
}
@media only screen and (max-width: 93.75em) {
  .lssann35__popup--container {
    max-width: 60%;
  }
}
@media only screen and (max-width: 56.25em) {
  .lssann35__popup--container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 37.5em) {
  .lssann35__popup--container {
    max-width: 90%;
    min-height: 85%;
  }
}
.lssann35__popup--container--close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  backdrop-filter: blur(50px);
  border: 1px solid #dddddd;
  font-size: 2.4rem;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lssann35__popup--container--close:hover {
  background-color: #dedede;
}
@media only screen and (max-width: 37.5em) {
  .lssann35__popup--container--close {
    width: 4rem;
    height: 4rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.lssann35__popup--container--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
  gap: 6rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 75em) {
  .lssann35__popup--container--wrapper {
    gap: 4rem;
  }
}
.lssann35__popup--container--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lssann35__popup--container--img img {
  width: 35rem;
}
@media only screen and (max-width: 37.5em) {
  .lssann35__popup--container--img img {
    width: 28rem;
  }
}
.lssann35__popup--container--text {
  font-size: 3rem;
  letter-spacing: -2px;
  font-weight: 900;
  color: #002b49;
  text-align: center;
}
@media only screen and (max-width: 75em) {
  .lssann35__popup--container--text {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .lssann35__popup--container--text {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -1px;
    text-align: left;
  }
}
.lssann35__popup--container--ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 37.5em) {
  .lssann35__popup--container--ctas {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
.lssann35__popup--container--cta {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 1.8rem 3rem;
  border-radius: 6px;
  text-align: center;
  font-size: 2rem;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -1px;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 75em) {
  .lssann35__popup--container--cta {
    font-size: 1.8rem;
    text-wrap: balance;
  }
}
@media only screen and (max-width: 37.5em) {
  .lssann35__popup--container--cta {
    padding-block: 1.6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
.lssann35__popup--container--cta:first-child {
  background-color: #002b49;
  color: #ffffff;
  border: 1px solid #f2cd00;
  outline: 1px solid #f2cd00;
}
.lssann35__popup--container--cta:first-child:hover {
  background-color: rgb(0, 58.0205479452, 98.5);
  color: #ffffff;
  border-color: #f2cd00;
  outline-color: #f2cd00;
}
.lssann35__popup--container--cta:last-child {
  background-color: #f2cd00;
  color: #002b49;
  border: 1px solid transparent;
  outline: 1px solid transparent;
}
.lssann35__popup--container--cta:last-child:hover {
  background-color: rgb(255, 217.923553719, 12.5);
  border-color: #002b49;
  outline-color: #002b49;
}
.lssann35__popup--container--cta:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 300%;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 300%;
  }
}
@-webkit-keyframes lineMove {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineMove {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}